home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / net3d-0.08 / netprotos.h < prev    next >
C/C++ Source or Header  |  1995-06-22  |  240b  |  16 lines

  1. /* netprotos.h
  2.  *
  3.  * prototypes for networking functions.
  4.  */
  5. #ifndef netprotos_h
  6. #define netprotos_h
  7.  
  8. int OpenDest(void);
  9. int OpenSend(char *);
  10. void nprintf(int sock, char *fmt, ...);
  11. char *ngets(int sock);
  12. char *ngetw(int sock);
  13.  
  14. #endif
  15.  
  16.